Html Css Color HEX #CFE300 Electric Lime

📋 copy color: '#CFE300'

red 207 ◦ green 227 ◦ blue 0

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

Shades of Electric Lime #CFE300

Tints of Electric Lime #CFE300

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.7%
G = 52.3%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#CFE300 (or 0xCFE300) is known color: Electric Lime. HEX triplet: CF, E3 and 00. RGB value is (207,227,0). Sum of RGB (Red+Green+Blue) = 207+227+0=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 227 (89.06% from 255 or 52.30% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE300 is #301CFF. Grayscale: #C4C4C4. Windows color (decimal): -3153152 or 58319. OLE color: 58319.

HSL color Cylindrical-coordinate representation of color #CFE300: hue angle of 65.29º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFE300 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 227 0 -
CMYK 0.09 0 1 0.11
HSL 65.29º 1% 0.45% -
HSV(B) 65.29º 1% 0.89% -
XYZ 53.2 68.2 10.36 -
YUV 195.14 17.87 136.46 -
System Red Green Blue C M Y K H S L
Decimal 207 227 0 0.09 0 1 0.11 65.29 1 0.45
Hex CF E3 0 9 0 64 B 41 64 2D
Octal 317 343 0 11 0 144 13 101 144 55
Binary 11001111 11100011 0 1001 0 1100100 1011 1000001 1100100 101101

Color Harmonies of #CFE300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE300

Black with #CFE300

Text Example


Text Example

White with #CFE300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE300; }

 p { color: rgb(207,227,0); }

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

background-color css

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

 a { background-color: rgb(207,227,0); }

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

border-color css

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

 span { border-color: rgb(207,227,0); }

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