Html Css Color HEX #CFFD0B Electric Lime

📋 copy color: '#CFFD0B'

red 207 ◦ green 253 ◦ blue 11

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

Shades of Electric Lime #CFFD0B

Tints of Electric Lime #CFFD0B

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.72%

 BLUE value IS 11 (4.69% from 255) = 2.34%

R = 43.95%
G = 53.72%
B = 2.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#CFFD0B (or 0xCFFD0B) is known color: Electric Lime. HEX triplet: CF, FD and 0B. RGB value is (207,253,11). Sum of RGB (Red+Green+Blue) = 207+253+11=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFD0B is #3002F4. Grayscale: #D4D4D4. Windows color (decimal): -3146485 or 785871. OLE color: 785871.

HSL color Cylindrical-coordinate representation of color #CFFD0B: hue angle of 71.4º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFFD0B is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 253 11 -
CMYK 0.18 0 0.96 0.01
HSL 71.4º 0.98% 0.52% -
HSV(B) 71.4º 0.96% 0.99% -
XYZ 60.92 83.54 13.23 -
YUV 211.66 14.76 124.68 -
System Red Green Blue C M Y K H S L
Decimal 207 253 11 0.18 0 0.96 0.01 71.4 0.98 0.52
Hex CF FD B 12 0 60 1 47 62 34
Octal 317 375 13 22 0 140 1 107 142 64
Binary 11001111 11111101 1011 10010 0 1100000 1 1000111 1100010 110100

Color Harmonies of #CFFD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFD0B

Black with #CFFD0B

Text Example


Text Example

White with #CFFD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFD0B; }

 p { color: rgb(207,253,11); }

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

background-color css

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

 a { background-color: rgb(207,253,11); }

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

border-color css

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

 span { border-color: rgb(207,253,11); }

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