Html Css Color HEX #CBF20F Electric Lime

📋 copy color: '#CBF20F'

red 203 ◦ green 242 ◦ blue 15

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

Shades of Electric Lime #CBF20F

Tints of Electric Lime #CBF20F

RGB

 RED value IS 203 (79.69% from 255) = 44.13%

 GREEN value IS 242 (94.92% from 255) = 52.61%

 BLUE value IS 15 (6.25% from 255) = 3.26%

R = 44.13%
G = 52.61%
B = 3.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#CBF20F (or 0xCBF20F) is known color: Electric Lime. HEX triplet: CB, F2 and 0F. RGB value is (203,242,15). Sum of RGB (Red+Green+Blue) = 203+242+15=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF20F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF20F is #340DF0. Grayscale: #CDCDCD. Windows color (decimal): -3411441 or 1045195. OLE color: 1045195.

HSL color Cylindrical-coordinate representation of color #CBF20F: hue angle of 70.31º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBF20F is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 242 15 -
CMYK 0.16 0 0.94 0.05
HSL 70.31º 0.9% 0.5% -
HSV(B) 70.31º 0.94% 0.95% -
XYZ 56.47 76.24 12.19 -
YUV 204.46 21.08 126.96 -
System Red Green Blue C M Y K H S L
Decimal 203 242 15 0.16 0 0.94 0.05 70.31 0.9 0.5
Hex CB F2 F 10 0 5E 5 46 5A 32
Octal 313 362 17 20 0 136 5 106 132 62
Binary 11001011 11110010 1111 10000 0 1011110 101 1000110 1011010 110010

Color Harmonies of #CBF20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF20F

Black with #CBF20F

Text Example


Text Example

White with #CBF20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF20F; }

 p { color: rgb(203,242,15); }

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

background-color css

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

 a { background-color: rgb(203,242,15); }

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

border-color css

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

 span { border-color: rgb(203,242,15); }

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