Html Css Color HEX #CEFA02 Electric Lime

📋 copy color: '#CEFA02'

red 206 ◦ green 250 ◦ blue 2

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

Shades of Electric Lime #CEFA02

Tints of Electric Lime #CEFA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 44.98%
G = 54.59%
B = 0.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#CEFA02 (or 0xCEFA02) is known color: Electric Lime. HEX triplet: CE, FA and 02. RGB value is (206,250,2). Sum of RGB (Red+Green+Blue) = 206+250+2=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 250 (98.05% from 255 or 54.59% from 458); Blue value is 2 (1.17% from 255 or 0.44% from 458); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFA02 is #3105FD. Grayscale: #D1D1D1. Windows color (decimal): -3212798 or 195278. OLE color: 195278.

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

Color convert

RGB 206 250 2 -
CMYK 0.18 0 0.99 0.02
HSL 70.65º 0.98% 0.49% -
HSV(B) 70.65º 0.99% 0.98% -
XYZ 59.65 81.5 12.64 -
YUV 208.57 11.42 126.17 -
System Red Green Blue C M Y K H S L
Decimal 206 250 2 0.18 0 0.99 0.02 70.65 0.98 0.49
Hex CE FA 2 12 0 63 2 47 62 31
Octal 316 372 2 22 0 143 2 107 142 61
Binary 11001110 11111010 10 10010 0 1100011 10 1000111 1100010 110001

Color Harmonies of #CEFA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA02

Black with #CEFA02

Text Example


Text Example

White with #CEFA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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