Html Css Color HEX #CFFD1D Electric Lime

📋 copy color: '#CFFD1D'

red 207 ◦ green 253 ◦ blue 29

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

Shades of Electric Lime #CFFD1D

Tints of Electric Lime #CFFD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.93%

R = 42.33%
G = 51.74%
B = 5.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#CFFD1D (or 0xCFFD1D) is known color: Electric Lime. HEX triplet: CF, FD and 1D. RGB value is (207,253,29). Sum of RGB (Red+Green+Blue) = 207+253+29=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFD1D is #3002E2. Grayscale: #D6D6D6. Windows color (decimal): -3146467 or 1965519. OLE color: 1965519.

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

Color convert

RGB 207 253 29 -
CMYK 0.18 0 0.89 0.01
HSL 72.32º 0.98% 0.55% -
HSV(B) 72.32º 0.89% 0.99% -
XYZ 61.08 83.6 14.08 -
YUV 213.71 23.76 123.21 -
System Red Green Blue C M Y K H S L
Decimal 207 253 29 0.18 0 0.89 0.01 72.32 0.98 0.55
Hex CF FD 1D 12 0 59 1 48 62 37
Octal 317 375 35 22 0 131 1 110 142 67
Binary 11001111 11111101 11101 10010 0 1011001 1 1001000 1100010 110111

Color Harmonies of #CFFD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFD1D

Black with #CFFD1D

Text Example


Text Example

White with #CFFD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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