Html Css Color HEX #CFEF05 Electric Lime

📋 copy color: '#CFEF05'

red 207 ◦ green 239 ◦ blue 5

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

Shades of Electric Lime #CFEF05

Tints of Electric Lime #CFEF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 45.9%
G = 52.99%
B = 1.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#CFEF05 (or 0xCFEF05) is known color: Electric Lime. HEX triplet: CF, EF and 05. RGB value is (207,239,5). Sum of RGB (Red+Green+Blue) = 207+239+5=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 239 (93.75% from 255 or 52.99% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF05 is #3010FA. Grayscale: #CBCBCB. Windows color (decimal): -3150075 or 389071. OLE color: 389071.

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

Color convert

RGB 207 239 5 -
CMYK 0.13 0 0.98 0.06
HSL 68.21º 0.96% 0.48% -
HSV(B) 68.21º 0.98% 0.94% -
XYZ 56.63 75.01 11.64 -
YUV 202.76 16.4 131.03 -
System Red Green Blue C M Y K H S L
Decimal 207 239 5 0.13 0 0.98 0.06 68.21 0.96 0.48
Hex CF EF 5 D 0 62 6 44 60 30
Octal 317 357 5 15 0 142 6 104 140 60
Binary 11001111 11101111 101 1101 0 1100010 110 1000100 1100000 110000

Color Harmonies of #CFEF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF05

Black with #CFEF05

Text Example


Text Example

White with #CFEF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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