Html Css Color HEX #CFFE1B Electric Lime

📋 copy color: '#CFFE1B'

red 207 ◦ green 254 ◦ blue 27

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

Shades of Electric Lime #CFFE1B

Tints of Electric Lime #CFFE1B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.05%

 BLUE value IS 27 (10.94% from 255) = 5.53%

R = 42.42%
G = 52.05%
B = 5.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#CFFE1B (or 0xCFFE1B) is known color: Electric Lime. HEX triplet: CF, FE and 1B. RGB value is (207,254,27). Sum of RGB (Red+Green+Blue) = 207+254+27=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 27 (10.94% from 255 or 5.53% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE1B is #3001E4. Grayscale: #D6D6D6. Windows color (decimal): -3146213 or 1834703. OLE color: 1834703.

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

Color convert

RGB 207 254 27 -
CMYK 0.19 0 0.89 0.00
HSL 72.42º 0.99% 0.55% -
HSV(B) 72.42º 0.89% 1% -
XYZ 61.37 84.23 14.06 -
YUV 214.07 22.43 122.96 -
System Red Green Blue C M Y K H S L
Decimal 207 254 27 0.19 0 0.89 0.00 72.42 0.99 0.55
Hex CF FE 1B 13 0 59 0 48 63 37
Octal 317 376 33 23 0 131 0 110 143 67
Binary 11001111 11111110 11011 10011 0 1011001 0 1001000 1100011 110111

Color Harmonies of #CFFE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFE1B

Black with #CFFE1B

Text Example


Text Example

White with #CFFE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFE1B; }

 p { color: rgb(207,254,27); }

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

background-color css

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

 a { background-color: rgb(207,254,27); }

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

border-color css

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

 span { border-color: rgb(207,254,27); }

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