Html Css Color HEX #CFFA1A Electric Lime

📋 copy color: '#CFFA1A'

red 207 ◦ green 250 ◦ blue 26

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

Shades of Electric Lime #CFFA1A

Tints of Electric Lime #CFFA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.38%

R = 42.86%
G = 51.76%
B = 5.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#CFFA1A (or 0xCFFA1A) is known color: Electric Lime. HEX triplet: CF, FA and 1A. RGB value is (207,250,26). Sum of RGB (Red+Green+Blue) = 207+250+26=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 26 (10.55% from 255 or 5.38% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFA1A is #3005E5. Grayscale: #D4D4D4. Windows color (decimal): -3147238 or 1768143. OLE color: 1768143.

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

Color convert

RGB 207 250 26 -
CMYK 0.17 0 0.90 0.02
HSL 71.52º 0.96% 0.54% -
HSV(B) 71.52º 0.9% 0.98% -
XYZ 60.1 81.71 13.58 -
YUV 211.61 23.25 124.71 -
System Red Green Blue C M Y K H S L
Decimal 207 250 26 0.17 0 0.90 0.02 71.52 0.96 0.54
Hex CF FA 1A 11 0 5A 2 48 60 36
Octal 317 372 32 21 0 132 2 110 140 66
Binary 11001111 11111010 11010 10001 0 1011010 10 1001000 1100000 110110

Color Harmonies of #CFFA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA1A

Black with #CFFA1A

Text Example


Text Example

White with #CFFA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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