Html Css Color HEX #CEFA1B Electric Lime

📋 copy color: '#CEFA1B'

red 206 ◦ green 250 ◦ blue 27

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

Shades of Electric Lime #CEFA1B

Tints of Electric Lime #CEFA1B

RGB

 RED value IS 206 (80.86% from 255) = 42.65%

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

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

R = 42.65%
G = 51.76%
B = 5.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#CEFA1B (or 0xCEFA1B) is known color: Electric Lime. HEX triplet: CE, FA and 1B. RGB value is (206,250,27). Sum of RGB (Red+Green+Blue) = 206+250+27=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 27 (10.94% from 255 or 5.59% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA1B is #3105E4. Grayscale: #D4D4D4. Windows color (decimal): -3212773 or 1833678. OLE color: 1833678.

HSL color Cylindrical-coordinate representation of color #CEFA1B: hue angle of 71.84º 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 #CEFA1B is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 27 -
CMYK 0.18 0 0.89 0.02
HSL 71.84º 0.96% 0.54% -
HSV(B) 71.84º 0.89% 0.98% -
XYZ 59.84 81.57 13.63 -
YUV 211.42 23.92 124.13 -
System Red Green Blue C M Y K H S L
Decimal 206 250 27 0.18 0 0.89 0.02 71.84 0.96 0.54
Hex CE FA 1B 12 0 59 2 48 60 36
Octal 316 372 33 22 0 131 2 110 140 66
Binary 11001110 11111010 11011 10010 0 1011001 10 1001000 1100000 110110

Color Harmonies of #CEFA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA1B

Black with #CEFA1B

Text Example


Text Example

White with #CEFA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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