Html Css Color HEX #CEF302 Electric Lime

📋 copy color: '#CEF302'

red 206 ◦ green 243 ◦ blue 2

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

Shades of Electric Lime #CEF302

Tints of Electric Lime #CEF302

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.88%

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

R = 45.68%
G = 53.88%
B = 0.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#CEF302 (or 0xCEF302) is known color: Electric Lime. HEX triplet: CE, F3 and 02. RGB value is (206,243,2). Sum of RGB (Red+Green+Blue) = 206+243+2=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 243 (95.31% from 255 or 53.88% from 451); Blue value is 2 (1.17% from 255 or 0.44% from 451); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF302 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF302 is #310CFD. Grayscale: #CDCDCD. Windows color (decimal): -3214590 or 193486. OLE color: 193486.

HSL color Cylindrical-coordinate representation of color #CEF302: hue angle of 69.21º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEF302 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 243 2 -
CMYK 0.15 0 0.99 0.05
HSL 69.21º 0.98% 0.48% -
HSV(B) 69.21º 0.99% 0.95% -
XYZ 57.52 77.23 11.93 -
YUV 204.46 13.74 129.1 -
System Red Green Blue C M Y K H S L
Decimal 206 243 2 0.15 0 0.99 0.05 69.21 0.98 0.48
Hex CE F3 2 F 0 63 5 45 62 30
Octal 316 363 2 17 0 143 5 105 142 60
Binary 11001110 11110011 10 1111 0 1100011 101 1000101 1100010 110000

Color Harmonies of #CEF302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF302

Black with #CEF302

Text Example


Text Example

White with #CEF302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF302; }

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

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

background-color css

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

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

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

border-color css

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

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

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