Html Css Color HEX #CFEF03 Electric Lime

📋 copy color: '#CFEF03'

red 207 ◦ green 239 ◦ blue 3

#CFEF03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CFEF03

Tints of Electric Lime #CFEF03

RGB

 RED value IS 207 (81.25% from 255) = 46.1%

 GREEN value IS 239 (93.75% from 255) = 53.23%

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 46.1%
G = 53.23%
B = 0.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFEF03 (or 0xCFEF03) is known color: Electric Lime. HEX triplet: CF, EF and 03. RGB value is (207,239,3). Sum of RGB (Red+Green+Blue) = 207+239+3=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 239 (93.75% from 255 or 53.23% from 449); Blue value is 3 (1.56% from 255 or 0.67% from 449); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF03 is #3010FC. Grayscale: #CBCBCB. Windows color (decimal): -3150077 or 257999. OLE color: 257999.

HSL color Cylindrical-coordinate representation of color #CFEF03: hue angle of 68.14º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFEF03 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 239 3 -
CMYK 0.13 0 0.99 0.06
HSL 68.14º 0.98% 0.47% -
HSV(B) 68.14º 0.99% 0.94% -
XYZ 56.62 75 11.58 -
YUV 202.53 15.4 131.19 -
System Red Green Blue C M Y K H S L
Decimal 207 239 3 0.13 0 0.99 0.06 68.14 0.98 0.47
Hex CF EF 3 D 0 63 6 44 62 2F
Octal 317 357 3 15 0 143 6 104 142 57
Binary 11001111 11101111 11 1101 0 1100011 110 1000100 1100010 101111

Color Harmonies of #CFEF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF03

Black with #CFEF03

Text Example


Text Example

White with #CFEF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF03; }

 p { color: rgb(207,239,3); }

 H1.HeaderClassName
 {
   color: #CFEF03;
 }
 .AnyTagClassName
 {
   color: #CFEF03;
 }
</style>

background-color css

<style>
 a { background-color: #CFEF03; }

 a { background-color: rgb(207,239,3); }

 div.DivClassName
 {
   background-color: #CFEF03;
 }
 .BgClassName
 {
   background-color: #CFEF03;
 }
</style>

border-color css

<style>
 span { border-color: #CFEF03; }

 span { border-color: rgb(207,239,3); }

 td.TdClassName
 {
   border-color: #CFEF03;
 }
 .TagClassName
 {
   border-color: #CFEF03;
 }
</style>