Html Css Color HEX #CFFA1B Electric Lime

📋 copy color: '#CFFA1B'

red 207 ◦ green 250 ◦ blue 27

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

Shades of Electric Lime #CFFA1B

Tints of Electric Lime #CFFA1B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.65%

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

R = 42.77%
G = 51.65%
B = 5.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#CFFA1B (or 0xCFFA1B) is known color: Electric Lime. HEX triplet: CF, FA and 1B. RGB value is (207,250,27). Sum of RGB (Red+Green+Blue) = 207+250+27=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 27 (10.94% from 255 or 5.58% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFA1B is #3005E4. Grayscale: #D4D4D4. Windows color (decimal): -3147237 or 1833679. OLE color: 1833679.

HSL color Cylindrical-coordinate representation of color #CFFA1B: hue angle of 71.57º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFFA1B is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 250 27 -
CMYK 0.17 0 0.89 0.02
HSL 71.57º 0.96% 0.54% -
HSV(B) 71.57º 0.89% 0.98% -
XYZ 60.12 81.72 13.64 -
YUV 211.72 23.75 124.63 -
System Red Green Blue C M Y K H S L
Decimal 207 250 27 0.17 0 0.89 0.02 71.57 0.96 0.54
Hex CF FA 1B 11 0 59 2 48 60 36
Octal 317 372 33 21 0 131 2 110 140 66
Binary 11001111 11111010 11011 10001 0 1011001 10 1001000 1100000 110110

Color Harmonies of #CFFA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA1B

Black with #CFFA1B

Text Example


Text Example

White with #CFFA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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